github.com/refraction-networking/utls.clientHandshakeState.session (field)
16 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L40: session *SessionState // the session being resumed
handshake_client.go#L391: session: session,
handshake_client.go#L900: return hs.session != nil && hs.hello.sessionId != nil &&
handshake_client.go#L946: if hs.session.version != c.vers {
handshake_client.go#L951: if hs.session.cipherSuite != hs.suite.id {
handshake_client.go#L957: if hs.session.extMasterSecret != hs.serverHello.extendedMasterSecret {
handshake_client.go#L963: hs.masterSecret = hs.session.secret
handshake_client.go#L964: c.extMasterSecret = hs.session.extMasterSecret
handshake_client.go#L965: c.peerCertificates = hs.session.peerCertificates
handshake_client.go#L967: c.verifiedChains = hs.session.verifiedChains
handshake_client.go#L968: c.ocspResponse = hs.session.ocspResponse
handshake_client.go#L971: if len(c.scts) == 0 && len(hs.session.scts) != 0 {
handshake_client.go#L972: c.scts = hs.session.scts
u_handshake_client.go#L566: hs12.session = session
u_public.go#L150: session: chs.Session,
u_public.go#L174: Session: chs12.session,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |